home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / libs / shutdown.lzh / shutdown_5.1 / src / shutdown_lib / smakefile < prev   
Makefile  |  1996-09-22  |  371b  |  22 lines

  1.  
  2. OBJS = shutdown_library.o
  3.  
  4. shutdown.library: $(OBJS)
  5.       slink with <<
  6. LIBPREFIX _LIB 
  7. LIBFD shutdown_lib.fd 
  8. to shutdown.library 
  9. FROM lib:libent.o lib:libinit.o $(OBJS)
  10. lib lib:sc.lib
  11. noicons
  12. SD 
  13. libversion 2 librevision 3
  14. <
  15.       slink from shutdown.library to libs:shutdown.library ND noicons
  16.  
  17. clean:
  18.     del \#?.o shutdown.library
  19.  
  20. .c.o:
  21.     sc libcode nostackcheck $<
  22.